<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.iconfont{
    font-size: inherit;
    transition: all 0.36s;
}

/* å›¾ç‰‡é™åˆ¶ */
.img_box img,
.img_box iframe,
.img_box video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img_box{
    overflow: hidden;
    position: relative;
}

.img_box img{
    transition: all 0.36s;
}

/* åˆ†é¡µ */
.mod_page{
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod_page_item a{
    color: #0e4cdd;
    transition: all 0.36s;
    font-size: 16px;
    display: block;
    text-align: center;
    width: 50px;
    line-height: 48px;
    border: 1px solid #cad5ed;
    border-radius: 50%;
}

.mod_page_item a:hover{
    background-color: #0e4cdd;
    border-color: #0e4cdd;
    color: #fff;
}

.mod_page .prev span{
    display: inline-block;
    font-size: 26px;
    transform: translateY(5px)  rotate(180deg);
}

.mod_page .next span{
    display: inline-block;
    font-size: 26px;
    transform: translateY(5px) rotate(0deg);
}

.mod_page_item{
    margin:0 11px;
}

.mod_page_item.act a {
    background-color: #0e4cdd;
    border-color: #0e4cdd;
    color: #fff;
}

.honoes_cont .mod_page{
    margin-top: 40px;
}

@media screen and (max-width: 1680px) {
    .mod_page_item a {
        width: 46px;
        line-height: 44px;
    }
}

@media screen and (max-width: 1440px) {
    .mod_page_item a {
        width: 34px;
        line-height: 32px;
        font-size: 14px;
    }

    .mod_page_item:not(:nth-last-child(2)) {
        margin-right: 10px;
    }

    .mod_page .next {
        /* margin-left: 15px !important; */
    }

    .mod_page .prev {
        /* margin-right: 15px !important; */
    }

    .mod_page .next span {
        font-size: 22px;
        transform: translateY(4px) rotate(0deg);
    }

    .mod_page .prev span {
        font-size: 22px;
        transform: translateY(4px) rotate(180deg);
    }
}
        
@media screen and (max-width: 768px) {
    .mod_page_item a {
        width: 30px;
        line-height: 28px;
    }

    .mod_page_item:not(:nth-last-child(2)) {
        margin-right: 7px;
    }

    .mod_page .next {
        margin-left: 10px !important;
    }

    .mod_page .prev {
        margin-right: 10px !important;
    }
}
/* åˆ†é¡µ-end */


/* äº”é”® */
.mod_online{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #002f7d;
    display: none;
    z-index: 11;
}

.mod_online_list{
    display: flex;
}

.mod_online_item{
    width: 20%;
}

.mod_online_item:not(:last-child){
    border-right: 1px solid #bdbdbdb2
}

.mod_online_link{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mod_online_link span{
    font-size: 14px;
    color: #fff;
    margin-bottom: 7px;
}

.mod_online_tit{
    color: #fff;
    font-size: 12px;
}

.mod_online_wrap{
    position: absolute;
    right: 10px;
    bottom: 70px;
}

.mod_online_wrap_btn{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(0, 47, 125,0.8);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    transition: all 0.36s;
}

.mod_online_wrap.act .mod_online_wrap_btn {
    transform: rotate(-135deg);
}

.mod_online_wrap.act .mod_online_wrap_list{
    transform: translateX(-50%);
}

.mod_online_wrap_list{
    transition: all 0.36s;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 15px);
    transform: translateX(80px);
}

.mod_online_wrap_item{
    margin-top: 8px;
}

.mod_online_wrap_link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(0, 47, 125,0.8);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .mod_online{
        display: block;
    }
}
/* äº”é”® -end*/


/* æœç´¢æ¡† */
.mod_header_search.active{
    opacity: 1;
    transform: rotateX(0deg);
    pointer-events: all;
}

.mod_header_searchx{
    -webkit-perspective: 500;
    perspective: 500;
    position: absolute;
    top:90px;
    right: 70px;
    pointer-events: none;
}

.mod_header_search{
    transform-origin: center top;
    -webkit-transform: rotateX(-50deg);
    transform: scaleX(0.8) rotateX(-50deg);
    transition: 0.4s;
    opacity: 0;
    background-color: #fff;
    width: 270px;
    padding: 15px;
    border-radius: 2px;
    box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.06);
}

.mod_header_search_box{
    display: flex;
}

.mod_header_search_box{
    border-radius: 30px;
    border: 1px solid #0c4de7;
}

.mod_header_search_box input {
    flex-grow: 1;
    height: 40px;
    padding-left: 20px;
    font-size: 14px;
}

.mod_header_search_box button{
    flex-shrink: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #0e4cdd;
}
/* æœç´¢æ¡†-end */

/* åœ°å›¾ */
.map-content{
    height: 400px;
}
/* åœ°å›¾-end*/

.bounce_in_top {
	-webkit-animation: bounce-in-top 1.1s ;
	        animation: bounce-in-top 1.1s ;
}

 @-webkit-keyframes bounce-in-top {
    0% {
      -webkit-transform: translateY(-500px);
              transform: translateY(-500px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: translateY(-65px);
              transform: translateY(-65px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: translateY(-28px);
              transform: translateY(-28px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    90% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes bounce-in-top {
    0% {
      -webkit-transform: translateY(-500px);
              transform: translateY(-500px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: translateY(-65px);
              transform: translateY(-65px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: translateY(-28px);
              transform: translateY(-28px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    90% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  
/* phèœå•æŒ‰é’® */
.burger {
    position: relative;
    width: 30px;
    height: 20px;
    background: transparent;
    cursor: pointer;
    display: block;
}

.burger input {
    display: none;
}

.burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: black;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.burger span:nth-of-type(1) {
    top: 0px;
    transform-origin: left center;
}

.burger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
}

.burger span:nth-of-type(3) {
    top: 100%;
    transform-origin: left center;
    transform: translateY(-100%);
}

.burger input:checked ~ span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 5px;
    width: 100%;
}

.burger input:checked ~ span:nth-of-type(2) {
    width: 0%;
    opacity: 0;
}

.burger input:checked ~ span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 21px;
    left: 5px;
    width: 100%;
}

.c_pcbtn label{
    margin-bottom: 0;
}


</pre></body></html>